Skip to content

Conversation

@badal773
Copy link

@badal773 badal773 commented Jan 11, 2026

RESOLVED -: #192

OUTPUT

task ud

Details
➜  hyperswitch-helm git:(add-dependency-build-task) task ud
task: [update-dependencies] set -e
echo "Building Helm chart dependencies..."
echo "Step 1/3 - Building leaf charts (no local dependencies)..."
echo "  -> hyperswitch-web (no dependencies)"
helm dependency update charts/incubator/hyperswitch-web
echo "  -> hyperswitch-ucs (no dependencies)"
helm dependency update charts/incubator/hyperswitch-ucs
echo "  -> hyperswitch-control-center (no dependencies)"
helm dependency update charts/incubator/hyperswitch-control-center
echo "  -> hyperswitch-card-vault (dependencies: postgresql)"
helm dependency update charts/incubator/hyperswitch-card-vault
echo "  -> hyperswitch-encryption-service (dependencies: postgresql)"
helm dependency update charts/incubator/hyperswitch-encryption-service
echo "  -> hyperswitch-monitoring (dependencies: kube-prometheus-stack, loki, promtail, opentelemetry-collector)"
helm dependency update charts/incubator/hyperswitch-monitoring

echo ""
echo "Step 2/3 - Building intermediate chart (depends on card-vault)..."
echo "  -> hyperswitch-app (dependencies: redis, postgresql, hyperswitch-card-vault, kafka, clickhouse, mailhog, vector)"
helm dependency update charts/incubator/hyperswitch-app

echo ""
echo "Step 3/3 - Building umbrella chart (depends on app, web, monitoring, ucs)..."
echo "  -> hyperswitch-stack (dependencies: hyperswitch-app, hyperswitch-web, hyperswitch-monitoring, hyperswitch-ucs)"
helm dependency update charts/incubator/hyperswitch-stack
echo ""
echo "All dependencies built successfully!"

Building Helm chart dependencies...
Step 1/3 - Building leaf charts (no local dependencies)...
  -> hyperswitch-web (no dependencies)
  -> hyperswitch-ucs (no dependencies)
  -> hyperswitch-control-center (no dependencies)
  -> hyperswitch-card-vault (dependencies: postgresql)
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://charts.bitnami.com/bitnami" chart repository
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "open-telemetry" chart repository
...Successfully got an update from the "jaegertracing" chart repository
...Successfully got an update from the "opensearch-project" chart repository
...Successfully got an update from the "grafana" chart repository
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 1 charts
Downloading postgresql from repo https://charts.bitnami.com/bitnami
Deleting outdated charts
  -> hyperswitch-encryption-service (dependencies: postgresql)
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://charts.bitnami.com/bitnami" chart repository
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "opensearch-project" chart repository
...Successfully got an update from the "jaegertracing" chart repository
...Successfully got an update from the "open-telemetry" chart repository
...Successfully got an update from the "grafana" chart repository
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 1 charts
Downloading postgresql from repo https://charts.bitnami.com/bitnami
Deleting outdated charts
  -> hyperswitch-monitoring (dependencies: kube-prometheus-stack, loki, promtail, opentelemetry-collector)
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "opensearch-project" chart repository
...Successfully got an update from the "jaegertracing" chart repository
...Successfully got an update from the "open-telemetry" chart repository
...Successfully got an update from the "grafana" chart repository
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 4 charts
Downloading kube-prometheus-stack from repo https://prometheus-community.github.io/helm-charts
Downloading loki from repo https://grafana.github.io/helm-charts
Downloading promtail from repo https://grafana.github.io/helm-charts
Downloading opentelemetry-collector from repo https://open-telemetry.github.io/opentelemetry-helm-charts
Deleting outdated charts

Step 2/3 - Building intermediate chart (depends on card-vault)...
  -> hyperswitch-app (dependencies: redis, postgresql, hyperswitch-card-vault, kafka, clickhouse, mailhog, vector)
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://juspay.github.io/hyperswitch-helm" chart repository
...Successfully got an update from the "https://codecentric.github.io/helm-charts" chart repository
...Successfully got an update from the "https://helm.vector.dev" chart repository
...Successfully got an update from the "https://charts.bitnami.com/bitnami" chart repository
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "opensearch-project" chart repository
...Successfully got an update from the "jaegertracing" chart repository
...Successfully got an update from the "open-telemetry" chart repository
...Successfully got an update from the "grafana" chart repository
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 7 charts
Downloading redis from repo https://charts.bitnami.com/bitnami
Downloading postgresql from repo https://charts.bitnami.com/bitnami
Downloading hyperswitch-card-vault from repo https://juspay.github.io/hyperswitch-helm
Downloading kafka from repo https://charts.bitnami.com/bitnami
Downloading clickhouse from repo https://charts.bitnami.com/bitnami
Pulled: registry-1.docker.io/bitnamicharts/clickhouse:6.3.3
Digest: sha256:172ae533d5447c5fbf5303fe9dd5f18c435832b91181814eee0118b9ed0a6293
Downloading mailhog from repo https://codecentric.github.io/helm-charts
Downloading vector from repo https://helm.vector.dev
Deleting outdated charts

Step 3/3 - Building umbrella chart (depends on app, web, monitoring, ucs)...
  -> hyperswitch-stack (dependencies: hyperswitch-app, hyperswitch-web, hyperswitch-monitoring, hyperswitch-ucs)
Getting updates for unmanaged Helm repositories...
...Successfully got an update from the "https://juspay.github.io/hyperswitch-helm" chart repository
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "opensearch-project" chart repository
...Successfully got an update from the "open-telemetry" chart repository
...Successfully got an update from the "jaegertracing" chart repository
...Successfully got an update from the "grafana" chart repository
...Successfully got an update from the "prometheus-community" chart repository
Update Complete. ⎈Happy Helming!⎈
Saving 4 charts
Downloading hyperswitch-app from repo https://juspay.github.io/hyperswitch-helm
Downloading hyperswitch-web from repo https://juspay.github.io/hyperswitch-helm
Downloading hyperswitch-monitoring from repo https://juspay.github.io/hyperswitch-helm
Downloading hyperswitch-ucs from repo https://juspay.github.io/hyperswitch-helm
Deleting outdated charts

All dependencies built successfully!
➜  hyperswitch-helm git:(add-dependency-build-task)

@badal773
Copy link
Author

Hey !! @itsharshvb @inventvenkat ,could you review this PR and share your feedback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant